ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Count Property

In This Topic
    Count Property (PagesCollection<T>)
    In This Topic
    Gets the number of elements contained in the System.Collections.ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The count.
    See Also